home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.snfc21.pbi.net!usenet
- From: mich@pbinet.com
- Newsgroups: comp.lang.c
- Subject: Re: Help: Making a Windows DLL
- Date: 28 Mar 1996 23:40:13 GMT
- Organization: Pacific Bell Internet Services
- Message-ID: <4jf80t$5vm@nntp.snfc21.pbi.net>
- References: <4iup9b$ig@newsbf02.news.aol.com>
- Reply-To: mich@pbinet.com
- NNTP-Posting-Host: ppp-5-34.rdcy01.pbinet.com
- X-Newsreader: IBM NewsReader/2 v1.03
-
- In <4iup9b$ig@newsbf02.news.aol.com>, rvillac2@aol.com (RVillac2) writes:
- >I need help understanding how to make a DLL that can be called from Visual
- >Basic 3.0.
-
- VB?? Yeeah! Why? I've written scores of DLL's, but none that can be called from
- VB. Never needed or wanted to. What I have done is written DLL's that can be
- called from Informix's Hyperscript language. Those DLL's require a particular
- format, four main functions, user functions declared four times in the code, wierd
- stuff... I bet VB is like that.
- Drop VB and learn C++. Once you learn it you'll never go back, at least for Windows
- development.
-
- -----------------------------
- Reality Meter: [\.....], thought so
- -----------------------------
-
-